home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000373_news@newsmaster….columbia.edu _Sat Aug 15 10:54:01 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA18640
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 15 Aug 1998 10:54:00 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA07185
  7.     for kermit.misc@watsun; Sat, 15 Aug 1998 10:54:00 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: send break in kermit
  12. Date: 15 Aug 1998 14:53:58 GMT
  13. Organization: Columbia University
  14. Lines: 14
  15. Message-ID: <6r47e6$2f8$1@apakabar.cc.columbia.edu>
  16. References: <35d4c36e.167086078@news.csu.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9094
  19.  
  20. In article <35d4c36e.167086078@news.csu.net>,
  21. Toby Brinck <toby@mathcs.sjsu.edu> wrote:
  22. : I was wondering if anyone out there can tell me how to send a
  23. : break in kermit to the other end of a serial line.  I use kermit and
  24. : freeBSD as a serial head for my SUN systems and would like to get to a
  25. : PROM promt, of which I need to send a break (same as stop-A on SUN
  26. : keyboard).  Any info would be helpfull.
  27. As stated in the manual, type the CONNECT-mode escape character (normally
  28. Ctrl-Backslash) followed by the letter B to send a regular 250-msec Break,
  29. or by the letter L to send a 1.5-second Long Break.  On a Telnet connection,
  30. these send the Telnet Break command.
  31.  
  32. - Frank